.mobileContent {
  width: 100%;
  height: auto;
  position: relative;
}
.mobileContent .mobile_search {
  height: 3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ececec;
}
.mobileContent .mobile_search .mobile_search_icon {
  position: absolute;
  right: 15%;
}
.mobileContent .mobile_search .mobile_search_ipt {
  border: none;
  width: 80%;
  background-color: #ececec;
  border-radius: 50rem;
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.5rem;
  padding: 5px 20px;
}
.mobileContent .mobile_search .mobile_search_ipt:focus {
  border: none;
  outline: none;
}
.mobileContent .mobile_search .search_cancel {
  font-size: 0.9rem;
  color: #666666;
}
.mobileContent .mobileContent_gotop {
  width: 50px;
  height: 50px;
  background-color: #1141A3;
  position: fixed;
  right: 10px;
  bottom: 40px;
  border-radius: 50%;
}
.mobileContent .mobileContent_gotop img {
  width: 100%;
  height: 100%;
}
.mobileContent .mobileContent_header {
  width: 100%;
  height: 4.3rem;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mobileContent .mobileContent_header .logo_a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobileContent .mobileContent_header .logo {
  margin: 0;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobileContent .mobileContent_header .logo img {
  width: 90%;
}
.mobileContent .mobileContent_header .search_a {
  display: block;
  width: 65%;
}
.mobileContent .mobileContent_header .search {
  width: 100%;
  height: 35px;
  background-color: #efefef;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px;
}
.mobileContent .mobileContent_header .search span {
  color: #B4B4B4;
  margin-left: 10px;
  font-size: 0.1rem;
}
.mobileContent .mobileContent_header .search img {
  width: 15px;
}
.mobileContent .mobileContent_header .search .wap_search_input {
  color: #B4B4B4 !important;
  margin-left: 10px !important;
  border:0px !important;
  background-color:#efefef!important;
  width: 80% !important;
  height: 100% !important;
}
.mobileContent .mobileContent_header .search .wap_search_input:focus {
  border:0px;
}
.mobileContent .mobileContent_menu::-webkit-scrollbar {
  display: none;
}
.mobileContent .mobileContent_menu {
  width: 100%;
  height: 2.4rem;
  background-color: #083da1;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mobileContent .mobileContent_menu .mobileContent_menu_item_more {
  position: absolute;
  right: 0;
  z-index: 10;
  width: 3rem;
  height: 100%;
  background-color: #083da1;
  text-align: center;
  color: white;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.4rem;
}
.mobileContent .mobileContent_menu .mobileContent_menu_item_more img {
  width: 30%;
  height: 30%;
}
.mobileContent .mobileContent_menu .mobileContent_menu_inbox {
  width: 47rem;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.mobileContent .mobileContent_menu .mobileContent_menu_inbox .mobileContent_menu_item {
  width: 3.6rem;
  height: 100%;
  background-color: #083da1;
  text-align: center;
  color: white;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobileContent .mobileContent_menu .mobileContent_menu_inbox .mobileContent_menu_item a span {
  color: white;
}
.mobileContent .mobileContent_menu .mobileContent_menu_inbox .mobileContent_menu_item.active {
  background-color: #156EEF;
}
.mobileContent .mobileContent_content {
  width: 92%;
  margin: 1rem auto 1rem;
  min-height: 10rem;
}
.mobileContent .mobileContent_content .fgx {
  width: 100%;
  height: 0.3rem;
  background: url('../../img/hen.png');
  background-size: contain;
  margin: 1rem 0;
}
.mobileContent .mobileContent_content .fgx .fgx_pix {
  width: 5rem;
  height: 100%;
  background-color: #1141A3;
  margin: 0;
}
.mobileContent .mobileContent_content .mobile_ad {
  margin: 1rem 0;
  width: 100%;
}
.mobileContent .mobileContent_content .mobile_ad img {
  width: 100%;
}
.mobileContent .mobileContent_content .mobileContent_content_banner {
  width: 100%;
  height: 13rem;
  border-radius: 2px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.mobileContent .mobileContent_content .mobileContent_content_banner img {
  width: 100%;
  object-fit: contain;
}
.mobileContent .mobileContent_content .mobileContent_content_banner .mobileContent_content_banner_mask {
  width: 100%;
  height: 5rem;
  background-image: linear-gradient(#ffffff00, #0000008a);
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobileContent .mobileContent_content .mobileContent_content_banner .mobileContent_content_banner_mask p {
  color: white;
  width: 100%;
  font-size: 1.1rem;
  margin: 10px;
}
.mobileContent .mobileContent_content .mobileContent_content_item {
  width: 100%;
  height: 7rem;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
  color: #000000;
}
.mobileContent .mobileContent_content .mobileContent_content_item .mobileContent_content_item_img {
  width: 36%;
  height: 6rem;
  margin: 0;
  object-fit: cover;
  overflow: hidden;
}
.mobileContent .mobileContent_content .mobileContent_content_item .mobileContent_content_item_img img {
  height: 100%;
}
.mobileContent .mobileContent_content .mobileContent_content_item .mobileContent_content_item_textcon {
  padding-top: 0.2rem;
  height: 5.8rem;
  margin: 0;
  width: 60%;
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.mobileContent .mobileContent_content .mobileContent_content_item .mobileContent_content_item_textcon .footer {
  font-size: 0.1rem;
  color: #a0a0a0;
}
.mobileContent .mobileContent_content .mobileContent_content_item .mobileContent_content_item_textcon .footer span {
  margin-right: 0.2rem;
}
.mobileContent .mobileContent_content .mobileContent_content_video_item {
  width: 100%;
  height: 19rem;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #d8d8d8;
  background-color: #ffffff;
}
.mobileContent .mobileContent_content .mobileContent_content_video_item .videoImg {
  width: 100%;
  height: 15rem;
  overflow: hidden;
  position: relative;
}
.mobileContent .mobileContent_content .mobileContent_content_video_item .videoImg .play {
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  transform: translate(-50%, -50%);
}
.mobileContent .mobileContent_content .mobileContent_content_video_item .videoImg .play .triangle {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid white;
  position: relative;
  top: 12px;
  left: 8px;
}
.mobileContent .mobileContent_content .mobileContent_content_video_item .videoImg img {
  height: 15rem;
  width: 100%;
}
.mobileContent .mobileContent_content .mobileContent_content_video_item .mobileContent_content_video_item_con {
  padding: 0.8rem;
  font-size: 0.9rem;
  letter-spacing: 1px;
  height: 30px;
  overflow: hidden;
}
.mobileContent .mobileContent_footer {
  width: 100%;
  height: 12rem;
  background-color: #1141A3;
  justify-content: center;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}
.mobileContent .mobileContent_footer p {
  color: white;
  font-size: 0.5rem;
  line-height: 1.6rem;
}
.mobileContent .mobileContent_footer .mobileContent_footer_logo {
  display: flex;
  justify-content: center;
  margin: 20px 0 10px;
}
.mobileContent .mobileContent_footer .mobileContent_footer_logo img {
  width: 2.5rem;
  height: 2.5rem;
}
.mobileContent .article_title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 1px;
}
.mobileContent .article_info {
  margin-top: 10px;
  color: #999999;
  font-size: 0.5rem;
}
.mobileContent .article_con {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.8rem;
  font-family: PingFang SC-Regular;
  color: #333333;
  letter-spacing: 1px;
}
.mobileContent .article_con img{
  width: 100%;
}
@media (max-width: 1000px) {
  .pcContent {
    display: none;
  }
  .mobileContent {
    display: block;
  }
}
@media (min-width: 1000px) {
  .pcContent {
    display: block;
  }
  .mobileContent {
    display: none;
  }
}
